[INFO] cloning repository https://github.com/panadolextra91/rust-to-you
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/panadolextra91/rust-to-you" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanadolextra91%2Frust-to-you", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanadolextra91%2Frust-to-you'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f84343222f920bf07983bfb1cf3fb745151cbbba
[INFO] fixing panadolextra91/rust-to-you against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanadolextra91%2Frust-to-you" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/panadolextra91/rust-to-you
[INFO] finished tweaking git repo https://github.com/panadolextra91/rust-to-you
[INFO] tweaked toml for git repo https://github.com/panadolextra91/rust-to-you written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/panadolextra91/rust-to-you on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/panadolextra91/rust-to-you already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1a0e02b1a74be4611580024b7056f3e0aad91ea8b57a50503c83520e1642b293
[INFO] running `Command { std: "docker" "start" "1a0e02b1a74be4611580024b7056f3e0aad91ea8b57a50503c83520e1642b293", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1a0e02b1a74be4611580024b7056f3e0aad91ea8b57a50503c83520e1642b293" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1a0e02b1a74be4611580024b7056f3e0aad91ea8b57a50503c83520e1642b293", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1a0e02b1a74be4611580024b7056f3e0aad91ea8b57a50503c83520e1642b293" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]     Checking log v0.4.31
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling zerocopy v0.8.50
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking socket2 v0.6.4
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking compact_str v0.9.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling cc v1.2.63
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking unicode-truncate v2.0.1
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking kasuari v0.4.12
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]     Checking lru v0.16.4
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling deunicode v1.6.2
[INFO] [stderr]    Compiling bitflags v2.12.1
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling openssl-src v300.6.0+3.6.2
[INFO] [stderr]    Compiling slug v0.1.6
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking ratatui-core v0.1.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libz-sys v1.1.29
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling openssl-sys v0.9.116
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling humansize v2.1.3
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]    Compiling libgit2-sys v0.18.5+1.9.4
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking line-clipping v0.3.7
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking colored v2.2.0
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]    Compiling globwalk v0.9.1
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]     Checking ratatui-widgets v0.3.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking encoding_rs_io v0.1.7
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]    Compiling derive_arbitrary v1.4.2
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]     Checking grep-matcher v0.1.8
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]     Checking dashmap v6.2.1
[INFO] [stderr]     Checking etcetera v0.8.0
[INFO] [stderr]     Checking grep-searcher v0.1.16
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling chrono-tz-build v0.3.0
[INFO] [stderr]     Checking arbitrary v1.4.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking ratatui-macros v0.7.0
[INFO] [stderr]     Checking term_size v0.3.2
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking ctrlc v3.5.2
[INFO] [stderr]     Checking ratatui-crossterm v0.1.0
[INFO] [stderr]    Compiling chrono-tz v0.9.0
[INFO] [stderr]     Checking ratatui v0.30.0
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking table_formatter v0.6.1
[INFO] [stderr]     Checking clap-cargo v0.18.3
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]     Checking hyper-rustls v0.24.2
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]    Compiling tera v1.20.1
[INFO] [stderr]    Compiling tokei v14.0.0
[INFO] [stderr]     Checking git2 v0.21.0
[INFO] [stderr]     Checking rust-to-you v1.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/repo/branches.rs:47:17
[INFO] [stdout]     |
[INFO] [stdout]  33 |     for branch_res in repo.branches(Some(BranchType::Remote))? {
[INFO] [stdout]     |                       ----------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout]  34 |         let (branch, _) = branch_res?;
[INFO] [stdout]     |              ------       -----------
[INFO] [stdout]     |              |            |
[INFO] [stdout]     |              |            this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |              |            `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |              |            this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |              |            `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |              `branch` calls a custom destructor
[INFO] [stdout]     |              `branch` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  46 |             let tip_time = match branch.get().peel_to_commit() { Ok(commit) => {
[INFO] [stdout]     |                                  -----------------------------      ------
[INFO] [stdout]     |                                  |                                  |
[INFO] [stdout]     |                                  |                                  `commit` calls a custom destructor
[INFO] [stdout]     |                                  |                                  `commit` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                  this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                  `#4` will be dropped later as of Edition 2024
[INFO] [stdout]  47 |                 commit.author().when().seconds()
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                 up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  48 |             } _ => {
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.21.0/src/signature.rs:137:1
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl<'a> Drop for Signature<'a> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.21.0/src/reference.rs:453:1
[INFO] [stdout]     |
[INFO] [stdout] 453 | impl<'repo> Drop for Reference<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `branch` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.21.0/src/reference.rs:453:1
[INFO] [stdout]     |
[INFO] [stdout] 453 | impl<'repo> Drop for Reference<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.21.0/src/reference.rs:453:1
[INFO] [stdout]     |
[INFO] [stdout] 453 | impl<'repo> Drop for Reference<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.21.0/src/reference.rs:453:1
[INFO] [stdout]     |
[INFO] [stdout] 453 | impl<'repo> Drop for Reference<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.21.0/src/commit.rs:414:1
[INFO] [stdout]     |
[INFO] [stdout] 414 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `commit` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.21.0/src/commit.rs:414:1
[INFO] [stdout]     |
[INFO] [stdout] 414 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/repo/branches.rs (1 fix)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/repo/branches.rs:47:17
[INFO] [stdout]     |
[INFO] [stdout]  33 |     for branch_res in repo.branches(Some(BranchType::Remote))? {
[INFO] [stdout]     |                       ----------------------------------------
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout]  34 |         let (branch, _) = branch_res?;
[INFO] [stdout]     |              ------       -----------
[INFO] [stdout]     |              |            |
[INFO] [stdout]     |              |            this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |              |            `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |              |            this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |              |            `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |              `branch` calls a custom destructor
[INFO] [stdout]     |              `branch` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  46 |             let tip_time = match branch.get().peel_to_commit() { Ok(commit) => {
[INFO] [stdout]     |                                  -----------------------------      ------
[INFO] [stdout]     |                                  |                                  |
[INFO] [stdout]     |                                  |                                  `commit` calls a custom destructor
[INFO] [stdout]     |                                  |                                  `commit` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                  this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                  `#4` will be dropped later as of Edition 2024
[INFO] [stdout]  47 |                 commit.author().when().seconds()
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                 up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  48 |             } _ => {
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.21.0/src/signature.rs:137:1
[INFO] [stdout]     |
[INFO] [stdout] 137 | impl<'a> Drop for Signature<'a> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.21.0/src/reference.rs:453:1
[INFO] [stdout]     |
[INFO] [stdout] 453 | impl<'repo> Drop for Reference<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `branch` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.21.0/src/reference.rs:453:1
[INFO] [stdout]     |
[INFO] [stdout] 453 | impl<'repo> Drop for Reference<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.21.0/src/reference.rs:453:1
[INFO] [stdout]     |
[INFO] [stdout] 453 | impl<'repo> Drop for Reference<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.21.0/src/reference.rs:453:1
[INFO] [stdout]     |
[INFO] [stdout] 453 | impl<'repo> Drop for Reference<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.21.0/src/commit.rs:414:1
[INFO] [stdout]     |
[INFO] [stdout] 414 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `commit` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.21.0/src/commit.rs:414:1
[INFO] [stdout]     |
[INFO] [stdout] 414 | impl<'repo> Drop for Commit<'repo> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/interrupt.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 22s
[INFO] [stderr] crater-edition-check: rust-to-you v1.2.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking rust-to-you v1.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 24s
[INFO] [stderr] crater-edition-check all packages now at latest edition
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "1a0e02b1a74be4611580024b7056f3e0aad91ea8b57a50503c83520e1642b293", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1a0e02b1a74be4611580024b7056f3e0aad91ea8b57a50503c83520e1642b293", kill_on_drop: false }`
[INFO] [stdout] 1a0e02b1a74be4611580024b7056f3e0aad91ea8b57a50503c83520e1642b293
